Building on Linux:
	1) Type make in this directory
	2) Output files are:
		./iegdui                    - main executable
		./iegdui.a                  - static library used by the above executable
		./iegdui.so                 - dynamic library used by iegdult

Building on Windows:
	1) Must have Visual Studio 2005 installed on the system
	2) Release version: Run 'build.bat release' (without the quotes)
	3) Output files are:
		./Release/iegdui.exe        - main executable
		./Release/iegdui_static.lib - static library used by above executable
		./Release/iegdui.dll        - dynamic library used by iegdult

	4) Debug version: Run 'build.bat debug' (without the quotes)
	5) Output files are:
		./Debug/iegdui.exe          - main executable
		./Debug/iegdui_static.lib   - static library used by above executable
		./Debug/iegdui.dll          - dynamic library used by iegdult

